Welcome![Sign In][Sign Up]
Location:
Search - RLS c

Search list

[Algorithmguji

Description: 系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to be model order and the estimated value of the relevant parameters.
Platform: | Size: 3072 | Author: qqiang | Hits:

[AI-NN-PRrls_estm

Description: This directory contains utility for implementing generic Reqursive Least Squares (RLS) algorithm. The example shows how one can use the utility to estamate the parameters of a simple linear discrete time system.
Platform: | Size: 71680 | Author: 陈月辉 | Hits:

[Compress-Decompress algrithmsFLch3RLSeg3

Description: 最小二乘法递推算法辨识程序,输入u,输出y, 输出结果中的c矩阵中最后一列为参数估计值.-Recursive least squares algorithm for identification procedures, input u, output y, the output matrix c of the last one as the estimated value of parameters.
Platform: | Size: 1024 | Author: 陈刚 | Hits:

[OtherRLS

Description: 用c编的一个RLS自适应滤波功能验证程序-C series with an RLS adaptive filtering functional verification procedures
Platform: | Size: 1024 | Author: 吴建波 | Hits:

[matlabTheResearchofSpatialSpectrumEstimationAlgorithminS

Description: 智能天线技术是第三代移动通信系统的关键技术之一,也是国内外热门的研究课题。由于无线移动通信的信道传输环境具有复杂性和不确定性,存在多径衰落和时延扩展,因此造成了符号间串扰、同信道干扰、多址干扰等,这些干扰降低了链路性能和系统容量,智能天线技术是解决以上问题的方法之一。 本文首先阐述了智能天线和白适应波束形成的基本理论,然后对自适应算法进行了研究。对一些基本的自适应算法最小均方算法、恒模算法及递推最小均方算法进行了分析讨论,用计算机仿真的结果论证了算法的性能。针对相干干扰介绍了空间平滑技术,对传统的相干干扰抑制方法-空间平滑法进行了分析,采用改进算法有效降低了空间平滑算法的运算量。对信号波达方向(DOA)的估计是智能天线研究的另一关键问题。第四章在介绍了阵列信号处理方法的基础上,先简单介绍了Bartlett、Capon、MUSIC等空间谱估计算法,分析了信源数目过估计与欠估计情况下的MUSIC算法性能,提出一种改进算法,在信源数目有误差的情况下该算法的性能良好。第五章针对多径干扰环境,在分析MMUSIC算法的基础上,本文提出了基于低秩矩阵逼近法的改进MUSIC算法-In this paper, firstly, the author illustrates the principles of smart antenna and adaptive beam forming, and then introduces some typical adaptive algorithms, the LMS ,CMA and RLS algorithms are analyzed and discussed and simulate them in the computer to prove their capability. but they have the disadvantage of high complexity, so they are not fit for practice. The paper analyses the conventional method rejecting spatial smoothing coherent interfering signals, which is spatial smoothing technique
Platform: | Size: 4444160 | Author: 王强 | Hits:

[CSharpRLS

Description: 递推最小二乘法c语言程序,大家可以试试,在自动控制中很有用-Recursive least squares method c language program, we can try, in very useful in the automatic control
Platform: | Size: 1024 | Author: liuxin | Hits:

[Sniffer Package captureRLSAdaptiveLinearPrediction

Description: source code for the test of adaptive linear prediction using RLS algorithm
Platform: | Size: 167936 | Author: tiger | Hits:

[Multimedia programRLSIdentifyFIRFilter

Description: source code for identifying the FIR filter using the RLS algorithm-source code for identifying the FIR filter using the RLS algorithm
Platform: | Size: 37888 | Author: tiger | Hits:

[Otherrls

Description: c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/ /* Desc: 俄罗斯方块游戏 */ /* Date: 2008.03.12 22:30 */ /********************************/ #include <stdio.h> #include <bios.h> #include <dos.h> #include <graphics.h> #include <string.h> #include <stdlib.h> #define true 1 #define false 0 #define BoardWidth 12 #define BoardHeight 23 #define _INNER_HELPER /*inner helper method*/
Platform: | Size: 4096 | Author: 孙艳 | Hits:

[matlabequalization

Description: 实现数字音频信号的幅频均衡,采用了lms算法和rls算法,有MATLAB的simulink模型,和m文件,还有部分c程序,已经本人完全测试过。-Digital audio signal of the amplitude-frequency equalization, using lms algorithm and rls algorithms, there are MATLAB-simulink model, and the m file, as well as part of the c program, I have been completely tested.
Platform: | Size: 1144832 | Author: xiaohuo | Hits:

[matlab1

Description: RLS算法的去噪声仿真,在移动通信中的应用-RLS algorithm to the noise simulation, the application in mobile communication
Platform: | Size: 1024 | Author: asd | Hits:

[assembly languageRLS

Description: 通过均衡器的RLS算法在MATLAB中实现消除传输信道的噪声干扰。-Through the equalizer in the RLS algorithm in MATLAB to achieve elimination of the transmission channel noise.
Platform: | Size: 3072 | Author: 毛毛 | Hits:

[SCMfastrls

Description: Recursive Least Squares (RLS) Adaptive algorithm used for system identification RLS algorithm is one of two algorithms usually used for adaptive linear system identification.
Platform: | Size: 4096 | Author: Horbin | Hits:

[DSP programspuc2.3.1

Description: Readme Complex class is very similar to the Standard C++ library complex class and the standard C++ class could be substituted in many cases. Code is wrapped in namespace SPUC SPUC DSP C++ source code library directory structure array - Array class from TNT library comm - primarily digital communications related classes equalizers - Maximum Likelihood Sequence Detector, RLS and LMS algorithms generic - most of the code/algorithms functions - mostly functions (as opposed to classes) matrix - Matrix/Vector class from IT++ specializations - mostly variations of basic blocks in generic utility - classes to aid in debug examples - Examples directory including qpsk - QPSK + QPSK_VR examples-Readme Complex class is very similar to the Standard C++ library complex class and the standard C++ class could be substituted in many cases. Code is wrapped in namespace SPUC SPUC DSP C++ source code library directory structure array - Array class from TNT library comm - primarily digital communications related classes equalizers - Maximum Likelihood Sequence Detector, RLS and LMS algorithms generic - most of the code/algorithms functions - mostly functions (as opposed to classes) matrix - Matrix/Vector class from IT++ specializations - mostly variations of basic blocks in generic utility - classes to aid in debug examples - Examples directory including qpsk - QPSK + QPSK_VR examples
Platform: | Size: 429056 | Author: Prabhat | Hits:

[matlabRLS

Description: 本程序用于普通递推最小二乘算法在MATLAB下的仿真,为C程序。-This procedure is for the ordinary recursive least squares algorithm in MATLAB simulation, the C program.
Platform: | Size: 7168 | Author: 陈冉 | Hits:

[Algorithmrls-code-ver1.2-jul03

Description: C++ language the algorithm: Reactive local search for the maximum clique problem.
Platform: | Size: 81920 | Author: ip | Hits:

[Software Engineering04206076rls

Description: C-source code for RLS algorithm. adaptive filter
Platform: | Size: 4096 | Author: James Lafleur2 | Hits:

[GPS developtest_LR_MPE

Description: 为解决信道中的多经效应问题,可采用LMS和RLS算法。当C/A码通过多径信道时,会产生误码。本作通过LMS和RLS算法较好的解决了这个问题。压缩文件里是一个simulink仿真,通过这个仿真不仅可以学习simulink的使用,还能较好的理解LMS和RLS算法的原理-To solve more than by the effect of the channel can be used LMS and RLS algorithm. When the C/A code by multipath channel will result in error. This for the better by LMS and RLS algorithm to solve this problem. Compressed file is a simulink simulation simulink use this simulation can not only learn, but also a better understanding of the principle of LMS and RLS algorithms
Platform: | Size: 12288 | Author: | Hits:

[GPS developtest_LR_Noise

Description: 为解决信道中的噪声问题,可采用LMS和RLS算法。当C/A码通过噪声信道时,会产生误码。本作通过LMS和RLS算法较好的解决了这个问题。压缩文件里是一个simulink仿真,通过这个仿真不仅可以学习simulink的使用,还能较好的理解LMS和RLS算法的原理-, LMS and RLS algorithm can be used to resolve the problem of channel noise. When the C/A code through the noise channel will result in error. This for the better by LMS and RLS algorithm to solve this problem. Compressed file is a simulink simulation simulink use this simulation can not only learn, but also a better understanding of the principle of LMS and RLS algorithms
Platform: | Size: 12288 | Author: | Hits:

[matlabwavread

Description: 基于RlS(递归式最小均方)自适应滤波算法的C程序的仿真代码-Adaptive filtering algorithm based RlS C program simulation code
Platform: | Size: 1024 | Author: 朱峰 | Hits:

CodeBus www.codebus.net